FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package hl7-france-fhir.administrative#9.2022.1 (47 ms)

Package hl7-france-fhir.administrative
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=hl7-france-fhir.administrative@9.2022.1&canonical=http://interopsante.org/fhir/StructureDefinition/FrHealthcareService
Url http://interopsante.org/fhir/StructureDefinition/FrHealthcareService
Version 1.0
Status active
Date 2021-05-17
Name FrHealthcareService
Experimental False
Description Profile of the HealthcareService resource for France | Profil de la ressource HealthcareService pour l'usage en France. This profile adds the element serviceTypeDuration to associate the service with the duration of this service | Ce profil ajoute l'élément serviceTypeDuration de façon à associer le service avec la durée du service.
Type HealthcareService
Kind resource

Resources that use this resource

StructureDefinition
http://sas.fr/fhir/StructureDefinition/FrScheduleAgregateur FrScheduleAgregateur
https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-cpts-healthcareservice-aggregator FrHealthcareServiceAgregateurCPTS
http://interopsante.org/fhir/StructureDefinition/FrAppointment FrAppointment
http://interopsante.org/fhir/StructureDefinition/FrPractitionerRoleExercice FrPractitionerRoleExercice
http://interopsante.org/fhir/StructureDefinition/FrSchedule FrSchedule
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/GAP_BundleResultatReponseADemandeConsultationDisponibilite GAP_BundleResultatReponseADemandeConsultationDisponibilites
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/GAP_BundleResultatReponseADemandeConsultationRDV GAP_BundleResultatReponseADemandeConsultationRDV

Resources that this resource uses

StructureDefinition
http://interopsante.org/fhir/StructureDefinition/FrContactPoint FrContactPoint
http://interopsante.org/fhir/StructureDefinition/FrLocation FrLocation
http://interopsante.org/fhir/StructureDefinition/FrOrganization FrOrganization
http://interopsante.org/fhir/StructureDefinition/FrServiceTypeDuration FrServiceTypeDuration
http://interopsante.org/fhir/ValueSet/fr-practitioner-specialty fr-practitioner-specialty


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://interopsante.org/fhir/StructureDefinition/FrHealthcareService",
  "version" : "1.0",
  "name" : "FrHealthcareService",
  "status" : "active",
  "date" : "2021-05-17",
  "publisher" : "InteropSanté",
  "contact" : [
    {
      "name" : "François Macary/Isabelle Gibaud",
      "telecom" : [
        {
          "system" : "email",
          "value" : "francois.macary@phast.fr",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Profile of the HealthcareService resource for France | Profil de la ressource HealthcareService pour l'usage en France.\r\nThis profile adds the element serviceTypeDuration to associate the service with the duration of this service | Ce profil ajoute l'élément serviceTypeDuration de façon à associer le service avec la durée du service.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "HealthcareService",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/HealthcareService",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "HealthcareService.extension",
        "path" : "HealthcareService.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "HealthcareService.extension:serviceTypeDuration",
        "path" : "HealthcareService.extension",
        "sliceName" : "serviceTypeDuration",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrServiceTypeDuration"
            ]
          }
        ]
      },
      {
        "id" : "HealthcareService.identifier.use",
        "path" : "HealthcareService.identifier.use",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/identifier-use"
        }
      },
      {
        "id" : "HealthcareService.providedBy",
        "path" : "HealthcareService.providedBy",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrOrganization"
            ]
          }
        ]
      },
      {
        "id" : "HealthcareService.category",
        "path" : "HealthcareService.category",
        "max" : "1"
      },
      {
        "id" : "HealthcareService.specialty",
        "path" : "HealthcareService.specialty",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://interopsante.org/fhir/ValueSet/fr-practitioner-specialty"
        }
      },
      {
        "id" : "HealthcareService.location",
        "path" : "HealthcareService.location",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrLocation"
            ]
          }
        ]
      },
      {
        "id" : "HealthcareService.telecom",
        "path" : "HealthcareService.telecom",
        "type" : [
          {
            "code" : "ContactPoint",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrContactPoint"
            ]
          }
        ]
      },
      {
        "id" : "HealthcareService.coverageArea",
        "path" : "HealthcareService.coverageArea",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrLocation"
            ]
          }
        ]
      },
      {
        "id" : "HealthcareService.availableTime.daysOfWeek",
        "path" : "HealthcareService.availableTime.daysOfWeek",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/days-of-week"
        }
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.